Go to the source code of this file.
Data Structures | |
| struct | pdpStatStruct |
| PDP status structure. More... | |
Functions | |
| int | sceNetAdhocInit (void) |
| Initialise the adhoc library. | |
| int | sceNetAdhocTerm (void) |
| Terminate the adhoc library. | |
| int | sceNetAdhocPdpCreate (char *mac, int port, unsigned int unk2, int unk3) |
| Create a PDP object. | |
| int | sceNetAdhocPdpDelete (int id, int unk1) |
| Delete a PDP object. | |
| int | sceNetAdhocPdpSend (int id, char *destMacAddr, int16 port, void *data, unsigned int len, int unk6, int unk7) |
| Set a PDP packet to a destination. | |
| int | sceNetAdhocPdpRecv (int id, char *srcMacAddr, int *port, void *data, void *dataLength, int unk6, int unk7) |
| Receive a PDP packet. | |
| int | sceNetAdhocGetPdpStat (int *size, pdpStatStruct *stat) |
| Get the status of all PDP objects. | |
|
||||||||||||
|
Get the status of all PDP objects.
|
|
|
Initialise the adhoc library.
|
|
||||||||||||||||||||
|
Create a PDP object.
|
|
||||||||||||
|
Delete a PDP object.
|
|
||||||||||||||||||||||||||||||||
|
Receive a PDP packet.
|
|
||||||||||||||||||||||||||||||||
|
Set a PDP packet to a destination.
|
|
|
Terminate the adhoc library.
|
1.4.6